home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / tcp / amitcpftp.lha / readme next >
Text File  |  1993-07-31  |  943b  |  29 lines

  1. This is a direct port of FTP and TELNET. Both were derived from the
  2. standard BSD code. First, I will list some of the features which are still
  3. missing from these ports:
  4.  
  5. FTP:
  6.  - no ftpd.
  7.  - no mget or mput commands.
  8.  
  9. TELNET:
  10.  - no telnetd.
  11.  - no attempt to do anything about window size
  12.  - no mapping of the amiga's CSI to ESC [.
  13.  
  14. In their favour, some attempt has been made to make both FTP and TELNET
  15. usable in a secure environment such as a BBS. In particular, shell escape
  16. and piping of files into commands (FTP) have been disabled. Also, both FTP
  17. and TELNET will log the amount of traffic generated in each session.
  18.  
  19. Specific information for FTP and TELNET can be found in their respective
  20. readme files.
  21.  
  22. Any comments or changes to the code can be mailed to either of:
  23.  
  24. Mark Tomlinson <mark@garden.equinox.gen.nz>
  25. Geoff McCaughan <geoff@equinox.gen.nz>
  26.  
  27. Who spent many long hours and sleepless nights porting this code for your
  28. benefit. 
  29.